(ps-lp-system): Fixed typo in `usg-unix-v'.
authorRichard M. Stallman <rms@gnu.org>
Fri, 30 Aug 2002 15:48:29 +0000 (15:48 +0000)
committerRichard M. Stallman <rms@gnu.org>
Fri, 30 Aug 2002 15:48:29 +0000 (15:48 +0000)
lisp/ps-print.el

index f474453d7525f5f34da4ea822c3b6b3944a705e9..c2c54c0569f2e04444b412b8aa91eecf6bc97906 100644 (file)
@@ -1508,7 +1508,7 @@ Please send all bug fixes and enhancements to
   (defconst ps-windows-system
     (memq system-type '(emx win32 w32 mswindows ms-dos windows-nt)))
   (defconst ps-lp-system
-    (memq system-type '(usq-unix-v dgux hpux irix))))
+    (memq system-type '(usg-unix-v dgux hpux irix))))
 
 
 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;